From 2ea0a6a32dd881cc7b4bcbced5c7526b04cc21ee Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Thu, 17 Feb 2022 15:42:27 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7bace08d..6d2ee985 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,18 @@ Install sudo make install ``` +#### Docker + +```bash +docker run \ + -d \ + -p 9000:9000 \ + -p 9080:9080 \ + -p 8080:8080 \ + -v ~/siridb-data:/var/lib/siridb \ + ghcr.io/siridb/siridb-server:latest +``` + #### Configuration SiriDB requires a configuration file to run. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument. -- 2.30.2